home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
1843
/
1843.xpi
/
skin
/
classic
/
dom.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2009-10-16
|
4KB
|
181 lines
/* See license.txt for terms of usage */
.panelNode-dom {
overflow-x: hidden !important;
}
.domTable {
width: 100%;
}
.memberLabelCell {
padding: 2px 0 2px 0px;
vertical-align: top;
}
.memberValueCell {
padding: 1px 0 1px 5px;
display: block;
overflow: hidden;
}
.memberLabel {
cursor: default;
-moz-user-select: none;
overflow: hidden;
/*position: absolute;*/
padding-left: 18px;
/*max-width: 30%;*/
white-space: nowrap;
background-color: #FFFFFF;
}
.memberLabelPrefix {
color: gray;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Breakpoints */
/* In order to set memberRowHeader's height to 100%, memberRow and
* memberHeaderCell (parents) has to also be set to height: 100%,
* otherwise it wouldn't work */
.memberHeaderCell {
height: 100%;
}
.memberRow {
height: 100%;
}
.memberRowHeader {
cursor: pointer;
display: none;
height: 100%;
}
/* Show breakpoints bar only in the DOM panel (and DOM side panel) so far */
.panelNode-dom .memberRowHeader,
.panelNode-domSide .memberRowHeader {
display: block;
}
/* Display brekpoint disc */
.memberRow .memberRowHeader {
background-position: 5px 2px;
}
.memberRow[breakpoint="true"] .memberRowHeader {
background-image: url(chrome://firebug/skin/breakpoint.png);
}
.memberRow[breakpoint="true"][disabledBreakpoint="true"] .memberRowHeader {
background-image: url(chrome://firebug/skin/breakpointDisabled.png);
}
.memberRow[breakable="true"]:hover .memberRowHeader {
background-color: #F6F6F6;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.memberRow.hasChildren > .memberLabelCell > .memberLabel:hover {
cursor: pointer;
color: blue;
text-decoration: underline;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.userLabel {
color: #000000;
font-weight: bold;
}
.userClassLabel {
color: #E90000;
font-weight: bold;
}
.userFunctionLabel {
color: #025E2A;
font-weight: bold;
}
.domLabel {
color: #000000;
}
.domFunctionLabel {
color: #025E2A;
}
.ordinalLabel {
color: SlateBlue;
font-weight: bold;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.scopesRow {
padding: 2px 18px;
background-color: LightYellow;
border-bottom: 5px solid #BEBEBE;
color: #666666;
}
.scopesLabel {
background-color: LightYellow;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.watchEditCell {
padding: 2px 18px;
background-color: LightYellow;
border-bottom: 1px solid #BEBEBE;
color: #666666;
}
.editor-watchNewRow,
.editor-memberRow {
font-family: Monaco, monospace !important;
}
.editor-memberRow {
padding: 1px 0 !important;
}
.editor-watchRow {
padding-bottom: 0 !important;
}
.watchRow > .memberLabelCell {
font-family: Monaco, monospace;
padding-top: 1px;
padding-bottom: 1px;
}
.watchRow > .memberLabelCell > .memberLabel {
background-color: transparent;
}
.watchRow > .memberValueCell {
padding-top: 2px;
padding-bottom: 2px;
}
.watchRow > .memberLabelCell,
.watchRow > .memberValueCell {
background-color: #F5F5F5;
border-bottom: 1px solid #BEBEBE;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.watchToolbox {
z-index: 2147483647;
position: absolute;
right: 0;
padding: 1px 2px;
}